home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TDRIVEDLG / TDRIVEDLG.txt
Text File  |  1996-12-31  |  2KB  |  85 lines

  1. object DRIVEDLG: TDRIVEDLG
  2.   Tag = 1
  3.   Left = 220
  4.   Top = 109
  5.   HelpContext = 1
  6.   ActiveControl = id_drivedlgchoose
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'ERROR!'
  10.   ClientHeight = 100
  11.   ClientWidth = 235
  12.   Font.Color = clBlack
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   TextHeight = 13
  19.   object Drivenotfound: TLabel
  20.     Tag = 2
  21.     Left = 6
  22.     Top = 8
  23.     Width = 223
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'Drive not found!'
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     WordWrap = True
  33.   end
  34.   object Pleasechooseanother: TLabel
  35.     Tag = 3
  36.     Left = 6
  37.     Top = 41
  38.     Width = 163
  39.     Height = 16
  40.     AutoSize = False
  41.     Caption = 'Please choose another:'
  42.     WordWrap = True
  43.   end
  44.   object id_drivedlgchoose: TComboBox
  45.     Left = 171
  46.     Top = 40
  47.     Width = 60
  48.     Height = 21
  49.     Style = csDropDownList
  50.     DropDownCount = 20
  51.     ItemHeight = 13
  52.     Sorted = True
  53.     TabOrder = 0
  54.     OnChange = id_drivedlgchooseChange
  55.   end
  56.   object Ok: TButton
  57.     Tag = 4001
  58.     Left = 23
  59.     Top = 70
  60.     Width = 85
  61.     Height = 25
  62.     Caption = 'Ok'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 1
  66.     OnClick = OkClick
  67.   end
  68.   object Cancel: TButton
  69.     Tag = 4002
  70.     Left = 127
  71.     Top = 70
  72.     Width = 85
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 2
  78.     OnClick = CancelClick
  79.   end
  80.   object Translate1: TTranslate
  81.     Tag = 5500
  82.     Top = 72
  83.   end
  84. end
  85.